Automations

UI Automation Commands

  • Version: 1.3.0
  • Official Verified
  • Depreciated Verified

OpenBots Command group containing UI automation commands (Image, Input, Process, WebBroswer, Window).

OpenBots.Commands.UIAutomation \ Run Custom Code Command

Command: Run Custom Code Command

This command runs custom C# code. The code in this command is compiled and run at runtime when this command is invoked.

Parameters

C# Code

Enter the code to be executed or use the builder to create your custom C# code. The builder contains a Hello World template that you can use to build from.

Required

Arguments (Optional)

Enter arguments that the custom code will receive during execution, split them using commas.

Output Data Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo